home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Development Environments ƒ / Perl 4.0.2 ƒ / PACKINGLIST.MAC < prev    next >
Encoding:
Text File  |  1992-01-20  |  25.9 KB  |  380 lines

  1. :alloca.c                           Implement the alloca() routine
  2. :arg.h                              Public declarations for the above
  3. :array.c                            Numerically subscripted arrays
  4. :array.h                            Public declarations for the above
  5. :Artistic                           The "Artistic License"
  6. :cmd.c                              Command interpreter
  7. :cmd.h                              Public declarations for the above
  8. :config.h                           [Mac specific] Configuration file
  9. :cons.c                             Routines to construct cmd nodes of a parse tree
  10. :consarg.c                          Routines to construct arg nodes of a parse tree
  11. :Copying                            The GNU General Public License
  12. :doarg.c                            Scalar expression evaluation
  13. :doio.c                             I/O operations
  14. :dolist.c                           Array expression evaluation
  15. :dump.c                             Debugging output
  16. :eval.c                             The expression evaluator
  17. :EXTERN.h                           Included before foreign .h files
  18. :form.c                             Format processing
  19. :form.h                             Public declarations for the above
  20. :handy.h                            Handy definitions
  21. :hash.c                             Associative arrays
  22. :hash.h                             Public declarations for the above
  23. :INTERN.h                           Included before domestic .h files
  24. :macperl.c                          [Mac specific] Mac specific subroutines
  25. :macperl.mus                        [Mac specific] Perl source for the above
  26. :MacPerl.r                          [Mac specific] Resources for standalone version
  27. :MacPerl.rsrc                       [Mac specific] Ditto
  28. :Makefile                           [Mac specific] MPW compatible Makefile
  29. :malloc.c                           A version of malloc you might not want
  30. :missing.c                          [Mac specific]
  31. :patchlevel.h                       The current patch level of perl
  32. :perl.c                             main()
  33. :perl.h                             Global declarations
  34. :Perl.r                             [Mac specific] Resources for all versions
  35. :Perl.rsrc                          [Mac specific] Ditto
  36. :PerlHelp                           [Mac specific] Help database for MPW 411
  37. :PerlHelp.index                     [Mac specific] Index of the above
  38. :perlsh                             A poor man's perl shell
  39. :perly.c                            Pre-yacced version of perly.y
  40. :perly.h                            Pre-yacced version of perly.y
  41. :perly.y                            Yacc grammar for perl
  42. :README                             The Instructions
  43. :README.MPW                         [Mac specific] Additional instructions
  44. :README.uport                       Special instructions for Microports
  45. :README.xenix                       Special instructions for Xenix
  46. :regcomp.c                          Regular expression compiler
  47. :regcomp.h                          Private declarations for above
  48. :regexec.c                          Regular expression evaluator
  49. :regexp.h                           Public declarations for the above
  50. :spat.h                             Search pattern declarations
  51. :stab.c                             Symbol table stuff
  52. :stab.h                             Public declarations for the above
  53. :str.c                              String handling package
  54. :str.h                              Public declarations for the above
  55. :SubLaunch.a                        [Mac specific] Code to start ToolServer
  56. :SubLaunch.c                        [Mac specific] Code to handle pipes
  57. :SubLaunch.h                        [Mac specific] Public declarations for the above
  58. :toke.c                             The tokener
  59. :UnixFiles.c                        [Mac specific] Emulation of some unix libraries
  60. :UnixFiles.h                        [Mac specific] Public declarations for the above
  61. :usersub.c                          User supplied (possibly proprietary) subroutines
  62. :util.c                             Utility routines
  63. :util.h                             Public declarations for the above
  64. :Wishlist                           Some things that may or may not happen
  65. :Wishlist.MPW                       Our Wishlist
  66. :lib:abbrev.pl                      An abbreviation table builder
  67. :lib:assert.pl                      assertion and panic with stack trace
  68. :lib:bigfloat.pl                    An arbitrary precision floating point package
  69. :lib:bigint.pl                      An arbitrary precision integer arithmetic package
  70. :lib:bigrat.pl                      An arbitrary precision rational arithmetic package
  71. :lib:cacheout.pl                    Manages output filehandles when you need too many
  72. :lib:chat2.pl                       Randal's famous expect-ish routines
  73. :lib:complete.pl                    A command completion subroutine
  74. :lib:ctime.pl                       A ctime workalike
  75. :lib:dumpvar.pl                     A variable dumper
  76. :lib:exceptions.pl                  catch and throw routines
  77. :lib:fastcwd.pl                     a faster but more dangerous getcwd
  78. :lib:find.pl                        A find emulator--used by find2perl
  79. :lib:finddepth.pl                   A depth-first find emulator--used by find2perl
  80. :lib:flush.pl                       Routines to do single flush
  81. :lib:getcwd.pl                      a getcwd() emulator
  82. :lib:getopt.pl                      Perl library supporting option parsing
  83. :lib:getopts.pl                     Perl library supporting option parsing
  84. :lib:importenv.pl                   Perl routine to get environment into variables
  85. :lib:look.pl                        A "look" equivalent
  86. :lib:newgetopt.pl                   A perl library supporting long option parsing
  87. :lib:perldb.pl                      Perl debugging routines
  88. :lib:pwd.pl                         Routines to keep track of PWD environment variable
  89. :lib:shellwords.pl                  Perl library to split into words with shell quoting
  90. :lib:stat.pl                        Perl library supporting stat function
  91. :lib:syslog.pl                      Perl library supporting syslogging
  92. :lib:termcap.pl                     Perl library supporting termcap usage
  93. :lib:timelocal.pl                   Perl library supporting inverse of localtime, gmtime
  94. :lib:validate.pl                    Perl library supporting wholesale file mode validation
  95. :msdos:Changes.dds                  Expanation of MS-DOS patches by Diomidis Spinellis
  96. :msdos:chdir.c                      A chdir that can change drives
  97. :msdos:config.h                     Definitions for msdos
  98. :msdos:dir.h                        MS-DOS header for directory access functions
  99. :msdos:directory.c                  MS-DOS directory access functions.
  100. :msdos:glob.c                       A command equivalent to csh glob
  101. :msdos:Makefile                     MS-DOS makefile
  102. :msdos:msdos.c                      MS-DOS ioctl, sleep, gete?[gu]if, spawn, aspawn
  103. :msdos:popen.c                      My_popen and my_pclose for MS-DOS
  104. :msdos:README.msdos                 Compiling and usage information
  105. :msdos:usage.c                      How to invoke perl under MS-DOS
  106. :msdos:Wishlist.dds                 My wishlist
  107. :msdos:eg:crlf.bat                  Convert files from unix to MS-DOS line termination
  108. :msdos:eg:drives.bat                List the system drives and their characteristics
  109. :msdos:eg:lf.bat                    Convert files from MS-DOS to Unix line termination
  110. :os2:a2p.cs                         Compiler script for a2p
  111. :os2:a2p.def                        Linker defs for a2p
  112. :os2:alarm.c                        An implementation of alarm()
  113. :os2:alarm.h                        Header file for same
  114. :os2:config.h                       Configuration file for OS/2
  115. :os2:dir.h                          Directory header
  116. :os2:director.c                     Directory routines
  117. :os2:glob.c                         Globbing routines
  118. :os2:makefile                       Make file
  119. :os2:mktemp.c                       Mktemp() using TMP
  120. :os2:os2.c                          Unix compatibility functions
  121. :os2:perl.bad                       names of protect-only API calls for BIND
  122. :os2:perl.cs                        Compiler script for perl
  123. :os2:perl.def                       Linker defs for perl
  124. :os2:perldb.dif                     Changes to make the debugger work
  125. :os2:perlglob.bad                   names of protect-only API calls for BIND
  126. :os2:perlglob.cs                    Compiler script for perlglob
  127. :os2:perlglob.def                   Linker defs for perlglob
  128. :os2:perlsh.cmd                     Poor man's shell for os2
  129. :os2:popen.c                        Code for opening pipes
  130. :os2:README.OS2                     Notes for OS/2
  131. :os2:s2p.cmd                        s2p as command file
  132. :os2:selfrun.bat                    A self running perl script for DOS
  133. :os2:selfrun.cmd                    Example of extproc feature
  134. :os2:suffix.c                       Code for creating backup filenames
  135. :os2:eg:alarm.pl                    Example of alarm code
  136. :os2:eg:os2.pl                      Sample script for OS/2
  137. :os2:eg:syscalls.pl                 Example of syscall on OS/2
  138. :t:README                           Instructions for regression tests
  139. :t:TEST                             The regression tester
  140. :t:TestResult                       [Mac specific] Results of running tests for MPW
  141. :t:base:cond.t                      See if conditionals work
  142. :t:base:if.t                        See if if works
  143. :t:base:lex.t                       See if lexical items work
  144. :t:base:pat.t                       See if pattern matching works
  145. :t:base:term.t                      See if various terms work
  146. :t:cmd:elsif.t                      See if else-if works
  147. :t:cmd:for.t                        See if for loops work
  148. :t:cmd:mod.t                        See if statement modifiers work
  149. :t:cmd:subval.t                     See if subroutine values work
  150. :t:cmd:switch.t                     See if switch optimizations work
  151. :t:cmd:while.t                      See if while loops work
  152. :t:comp:cmdopt.t                    See if command optimization works
  153. :t:comp:cpp.t                       See if C preprocessor works
  154. :t:comp:decl.t                      See if declarations work
  155. :t:comp:multiline.t                 See if multiline strings work
  156. :t:comp:package.t                   See if packages work
  157. :t:comp:script.t                    See if script invokation works
  158. :t:comp:term.t                      See if more terms work
  159. :t:io:argv.t                        See if ARGV stuff works
  160. :t:io:dup.t                         See if >& works right
  161. :t:io:fs.t                          See if directory manipulations work
  162. :t:io:inplace.t                     See if inplace editing works
  163. :t:io:pipe.t                        See if secure pipes work
  164. :t:io:print.t                       See if print commands work
  165. :t:io:tell.t                        See if file seeking works
  166. :t:lib:big.t                        See if lib/bigint.pl works
  167. :t:op:append.t                      See if . works
  168. :t:op:array.t                       See if array operations work
  169. :t:op:auto.t                        See if autoincrement et all work
  170. :t:op:chop.t                        See if chop works
  171. :t:op:cond.t                        See if conditional expressions work
  172. :t:op:dbm.t                         See if dbm binding works
  173. :t:op:delete.t                      See if delete works
  174. :t:op:do.t                          See if subroutines work
  175. :t:op:each.t                        See if associative iterators work
  176. :t:op:eval.t                        See if eval operator works
  177. :t:op:exec.t                        See if exec and system work
  178. :t:op:exp.t                         See if math functions work
  179. :t:op:flip.t                        See if range operator works
  180. :t:op:fork.t                        See if fork works
  181. :t:op:glob.t                        See if <*> works
  182. :t:op:goto.t                        See if goto works
  183. :t:op:groups.t                      See if $( works
  184. :t:op:index.t                       See if index works
  185. :t:op:int.t                         See if int works
  186. :t:op:join.t                        See if join works
  187. :t:op:list.t                        See if array lists work
  188. :t:op:local.t                       See if local works
  189. :t:op:magic.t                       See if magic variables work
  190. :t:op:mkdir.t                       See if mkdir works
  191. :t:op:oct.t                         See if oct and hex work
  192. :t:op:ord.t                         See if ord works
  193. :t:op:pack.t                        See if pack and unpack work
  194. :t:op:pat.t                         See if esoteric patterns work
  195. :t:op:push.t                        See if push and pop work
  196. :t:op:range.t                       See if .. works
  197. :t:op:re_tests                      Input file for op.regexp
  198. :t:op:read.t                        See if read() works
  199. :t:op:readdir.t                     See if readdir() works
  200. :t:op:regexp.t                      See if regular expressions work
  201. :t:op:repeat.t                      See if x operator works
  202. :t:op:s.t                           See if substitutions work
  203. :t:op:sleep.t                       See if sleep works
  204. :t:op:sort.t                        See if sort works
  205. :t:op:split.t                       See if split works
  206. :t:op:sprintf.t                     See if sprintf works
  207. :t:op:stat.t                        See if stat works
  208. :t:op:study.t                       See if study works
  209. :t:op:substr.t                      See if substr works
  210. :t:op:time.t                        See if time functions work
  211. :t:op:undef.t                       See if undef works
  212. :t:op:unshift.t                     See if unshift works
  213. :t:op:vec.t                         See if vectors work
  214. :t:op:write.t                       See if write works
  215. :t:unix:TEST                        [Unix Version of :t:TEST]
  216. :t:unix:base:term.t                 [Unix Version of :t:base:term.t]
  217. :t:unix:comp:cpp.t                  [Unix Version of :t:comp:cpp.t]
  218. :t:unix:comp:multiline.t            [Unix Version of :t:comp:multiline.t]
  219. :t:unix:comp:script.t               [Unix Version of :t:comp:script.t]
  220. :t:unix:io:argv.t                   [Unix Version of :t:io:argv.t]
  221. :t:unix:io:dup.t                    [Unix Version of :t:io:dup.t]
  222. :t:unix:io:inplace.t                [Unix Version of :t:io:inplace.t]
  223. :t:unix:io:pipe.t                   [Unix Version of :t:io:pipe.t]
  224. :t:unix:io:tell.t                   [Unix Version of :t:io:tell.t]
  225. :t:unix:lib:big.t                   [Unix Version of :t:lib:big.t]
  226. :t:unix:op:eval.t                   [Unix Version of :t:op:eval.t]
  227. :t:unix:op:flip.t                   [Unix Version of :t:op:flip.t]
  228. :t:unix:op:goto.t                   [Unix Version of :t:op:goto.t]
  229. :t:unix:op:mkdir.t                  [Unix Version of :t:op:mkdir.t]
  230. :t:unix:op:read.t                   [Unix Version of :t:op:read.t]
  231. :t:unix:op:regexp.t                 [Unix Version of :t:op:regexp.t]
  232. :t:unix:op:split.t                  [Unix Version of :t:op:split.t]
  233. :t:unix:op:stat.t                   [Unix Version of :t:op:stat.t]
  234. :t:unix:op:write.t                  [Unix Version of :t:op:write.t]
  235. :unix:c2ph.SH                       [Unix Specific] program to translate dbx stabs to perl
  236. :unix:cflags.SH                     [Unix Specific] A script that emits C compilation flags per file
  237. :unix:client                        [Unix Specific] A client to test sockets
  238. :unix:config_h.SH                   [Unix Specific] Produces config.h
  239. :unix:Configure                     [Unix Specific] Run this first
  240. :unix:doSH                          [Unix Specific] Script to run all the *.SH files
  241. :unix:gettest                       [Unix Specific] A little script to test the get* routines
  242. :unix:h2ph.SH                       [Unix Specific] A thing to turn C .h file into perl .ph files
  243. :unix:installperl                   [Unix Specific] Perl script to do "make install" dirty work
  244. :unix:ioctl.pl                      [Unix Specific] Sample ioctl.pl
  245. :unix:makedepend.SH                 [Unix Specific] Precursor to makedepend
  246. :unix:makedir.SH                    [Unix Specific] Precursor to makedir
  247. :unix:Makefile.SH                   [Unix Specific] Precursor to Makefile
  248. :unix:MANIFEST                      [Unix Specific] This list of files
  249. :unix:PACKINGLIST                   [Unix Specific] Which files came from which kits
  250. :unix:PACKINGLIST@19                [Unix Specific] Same for current packlevel
  251. :unix:perl.man                      [Unix Specific] The manual page(s)
  252. :unix:perly.fixer                   [Unix Specific] A program to remove yacc stack limitations
  253. :unix:server                        [Unix Specific] A server to test sockets
  254. :unix:emacs:perl-mode.el            [Unix Specific] Emacs major mode for perl
  255. :unix:emacs:perldb.el               [Unix Specific] Emacs debugging
  256. :unix:emacs:perldb.pl               [Unix Specific] Emacs debugging
  257. :unix:emacs:tedstuff                [Unix Specific] Some optional patches
  258. :untested:c2ph.doc                  [Not yet adapted to Mac] documentation for c2ph
  259. :untested:h2ph                      [Not yet adapted to Mac] Perl version of the above
  260. :untested:eg:ADB                    [Not yet adapted to Mac] An adb wrapper to put in your crash dir
  261. :untested:eg:changes                [Not yet adapted to Mac] A program to list recently changed files
  262. :untested:eg:down                   [Not yet adapted to Mac] A program to do things to subdirectories
  263. :untested:eg:dus                    [Not yet adapted to Mac] A program to do du -s on non-mounted dirs
  264. :untested:eg:findcp                 [Not yet adapted to Mac] A find wrapper that implements a -cp swit
  265. :untested:eg:findtar                [Not yet adapted to Mac] A find wrapper that pumps out a tar file
  266. :untested:eg:muck                   [Not yet adapted to Mac] A program to find missing make dependenci
  267. :untested:eg:muck.man               [Not yet adapted to Mac] Manual page for muck
  268. :untested:eg:myrup                  [Not yet adapted to Mac] A program to find lightly loaded machines
  269. :untested:eg:nih                    [Not yet adapted to Mac] Script to insert #! workaround
  270. :untested:eg:README                 [Not yet adapted to Mac] Intro to example perl scripts
  271. :untested:eg:relink                 [Not yet adapted to Mac] A program to change symbolic links
  272. :untested:eg:rename                 [Not yet adapted to Mac] A program to rename files
  273. :untested:eg:rmfrom                 [Not yet adapted to Mac] A program to feed doomed filenames to
  274. :untested:eg:shmkill                [Not yet adapted to Mac] A program to remove unused shared memory
  275. :untested:eg:travesty               [Not yet adapted to Mac] A program to print travesties of its inpu
  276. :untested:eg:who                    [Not yet adapted to Mac] A sample who program
  277. :untested:eg:g:gcp                  [Not yet adapted to Mac] A program to do a global rcp
  278. :untested:eg:g:gcp.man              [Not yet adapted to Mac] Manual page for gcp
  279. :untested:eg:g:ged                  [Not yet adapted to Mac] A program to do a global edit
  280. :untested:eg:g:ghosts               [Not yet adapted to Mac] A sample /etc/ghosts file
  281. :untested:eg:g:gsh                  [Not yet adapted to Mac] A program to do a global rsh
  282. :untested:eg:g:gsh.man              [Not yet adapted to Mac] Manual page for gsh
  283. :untested:eg:scan:scan_df           [Not yet adapted to Mac] Scan for filesystem anomalies
  284. :untested:eg:scan:scan_last         [Not yet adapted to Mac] Scan for login anomalies
  285. :untested:eg:scan:scan_messages     [Not yet adapted to Mac] Scan for console message anomalies
  286. :untested:eg:scan:scan_passwd       [Not yet adapted to Mac] Scan for passwd file anomalies
  287. :untested:eg:scan:scan_ps           [Not yet adapted to Mac] Scan for process anomalies
  288. :untested:eg:scan:scan_sudo         [Not yet adapted to Mac] Scan for sudo anomalies
  289. :untested:eg:scan:scan_suid         [Not yet adapted to Mac] Scan for setuid anomalies
  290. :untested:eg:scan:scanner           [Not yet adapted to Mac] An anomaly reporter
  291. :untested:eg:sysvipc:ipcmsg         [Not yet adapted to Mac] Example of SYS V IPC message queues
  292. :untested:eg:sysvipc:ipcsem         [Not yet adapted to Mac] Example of Sys V IPC semaphores
  293. :untested:eg:sysvipc:ipcshm         [Not yet adapted to Mac] Example of Sys V IPC shared memory
  294. :untested:eg:sysvipc:README         [Not yet adapted to Mac] Intro to Sys V IPC examples
  295. :untested:eg:van:empty              [Not yet adapted to Mac] A program to empty the trashcan
  296. :untested:eg:van:unvanish           [Not yet adapted to Mac] A program to undo what vanish does
  297. :untested:eg:van:vanexp             [Not yet adapted to Mac] A program to expire vanished files
  298. :untested:eg:van:vanish             [Not yet adapted to Mac] A program to put files in a trashcan
  299. :untested:h2pl:cbreak.pl            [Not yet adapted to Mac] cbreak routines using .ph
  300. :untested:h2pl:cbreak2.pl           [Not yet adapted to Mac] cbreak routines using .pl
  301. :untested:h2pl:getioctlsizes        [Not yet adapted to Mac] Program to extract types from ioctl.h
  302. :untested:h2pl:mksizes              [Not yet adapted to Mac] Program to make %sizeof array.
  303. :untested:h2pl:mkvars               [Not yet adapted to Mac] Program to make .pl from .ph files
  304. :untested:h2pl:README               [Not yet adapted to Mac] How to turn .ph files into .pl files
  305. :untested:h2pl:tcbreak              [Not yet adapted to Mac] cbreak test routine using .ph
  306. :untested:h2pl:tcbreak2             [Not yet adapted to Mac] cbreak test routine using .pl
  307. :untested:h2pl:eg:sizeof.ph         [Not yet adapted to Mac] Sample sizeof array initialization
  308. :untested:h2pl:eg:sysexits.pl       [Not yet adapted to Mac] Sample translated sysexits.pl
  309. :untested:h2pl:eg:sys:errno.pl      [Not yet adapted to Mac] Sample translated errno.pl
  310. :untested:h2pl:eg:sys:ioctl.pl      [Not yet adapted to Mac] Sample translated ioctl.pl
  311. :unix:hints:3b1.sh                  [Unix Specific]
  312. :unix:hints:3b2.sh                  [Unix Specific]
  313. :unix:hints:aix_rs.sh               [Unix Specific]
  314. :unix:hints:aix_rt.sh               [Unix Specific]
  315. :unix:hints:altos486.sh             [Unix Specific]
  316. :unix:hints:apollo_C6_7.sh          [Unix Specific]
  317. :unix:hints:apollo_C6_8.sh          [Unix Specific]
  318. :unix:hints:aux.sh                  [Unix Specific]
  319. :unix:hints:dnix.sh                 [Unix Specific]
  320. :unix:hints:dynix.sh                [Unix Specific]
  321. :unix:hints:fps.sh                  [Unix Specific]
  322. :unix:hints:genix.sh                [Unix Specific]
  323. :unix:hints:greenhills.sh           [Unix Specific]
  324. :unix:hints:hp9000_300.sh           [Unix Specific]
  325. :unix:hints:hp9000_400.sh           [Unix Specific]
  326. :unix:hints:hp9000_800.sh           [Unix Specific]
  327. :unix:hints:hpux.sh                 [Unix Specific]
  328. :unix:hints:i386.sh                 [Unix Specific]
  329. :unix:hints:isc_3_2_2.sh            [Unix Specific]
  330. :unix:hints:mips.sh                 [Unix Specific]
  331. :unix:hints:mpc.sh                  [Unix Specific]
  332. :unix:hints:ncr_tower.sh            [Unix Specific]
  333. :unix:hints:next.sh                 [Unix Specific]
  334. :unix:hints:opus.sh                 [Unix Specific]
  335. :unix:hints:osf_1.sh                [Unix Specific]
  336. :unix:hints:sco_2_3_0.sh            [Unix Specific]
  337. :unix:hints:sco_2_3_1.sh            [Unix Specific]
  338. :unix:hints:sco_2_3_2.sh            [Unix Specific]
  339. :unix:hints:sco_2_3_3.sh            [Unix Specific]
  340. :unix:hints:sco_3.sh                [Unix Specific]
  341. :unix:hints:sgi.sh                  [Unix Specific]
  342. :unix:hints:stellar.sh              [Unix Specific]
  343. :unix:hints:sunos_3_4.sh            [Unix Specific]
  344. :unix:hints:sunos_3_5.sh            [Unix Specific]
  345. :unix:hints:sunos_4_0_1.sh          [Unix Specific]
  346. :unix:hints:sunos_4_0_2.sh          [Unix Specific]
  347. :unix:hints:svr4.sh                 [Unix Specific]
  348. :unix:hints:ti1500.sh               [Unix Specific]
  349. :unix:hints:ultrix_3.sh             [Unix Specific]
  350. :unix:hints:ultrix_4.sh             [Unix Specific]
  351. :unix:hints:uts.sh                  [Unix Specific]
  352. :unix:hints:vax.sh                  [Unix Specific]
  353. :untested:x2p:a2p.h                 [Not yet adapted to Mac] Global declarations
  354. :untested:x2p:a2p.man               [Not yet adapted to Mac] Manual page for awk to perl translator
  355. :untested:x2p:a2p.y                 [Not yet adapted to Mac] A yacc grammer for awk
  356. :untested:x2p:a2py.c                [Not yet adapted to Mac] Awk compiler, sort of
  357. :untested:x2p:cflags.SH             [Not yet adapted to Mac] A script that emits C compilation flags p
  358. :untested:x2p:EXTERN.h              [Not yet adapted to Mac] Same as above
  359. :untested:x2p:find2perl.SH          [Not yet adapted to Mac] A find to perl translator
  360. :untested:x2p:handy.h               [Not yet adapted to Mac] Handy definitions
  361. :untested:x2p:hash.c                [Not yet adapted to Mac] Associative arrays again
  362. :untested:x2p:hash.h                [Not yet adapted to Mac] Public declarations for the above
  363. :untested:x2p:INTERN.h              [Not yet adapted to Mac] Same as above
  364. :untested:x2p:Makefile.SH           [Not yet adapted to Mac] Precursor to Makefile
  365. :untested:x2p:s2p.man               [Not yet adapted to Mac] Manual page for sed to perl translator
  366. :untested:x2p:s2p.SH                [Not yet adapted to Mac] Sed to perl translator
  367. :untested:x2p:str.c                 [Not yet adapted to Mac] String handling package
  368. :untested:x2p:str.h                 [Not yet adapted to Mac] Public declarations for the above
  369. :untested:x2p:util.c                [Not yet adapted to Mac] Utility routines
  370. :untested:x2p:util.h                [Not yet adapted to Mac] Public declarations for the above
  371. :untested:x2p:walk.c                [Not yet adapted to Mac] Parse tree walker
  372. :usub:mus                           A .mus to .c translator
  373. :usub:README                        Instructions for user supplied subroutines
  374. :usub:unix:usersub.c                [Unix Specific] An initialization file to call curses glue routine
  375. :usub:unix:bsdcurses.mus            [Unix Specific] what used to be curses.mus
  376. :usub:unix:curses.mus               [Unix Specific] Glue routines for BSD curses
  377. :usub:unix:Makefile                 [Unix Specific] Makefile for curseperl
  378. :usub:unix:man2mus                  [Unix Specific] A manual page to .mus translator
  379. :usub:unix:pager                    [Unix Specific] A sample pager in curseperl
  380.